home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d12 / ptv1n4.arc / HELLO.PAS < prev    next >
Pascal/Delphi Source File  |  1990-09-13  |  101b  |  9 lines

  1. {$M 2048,0,655360}
  2. program HelloWorld;
  3. uses
  4.   HWmain, OpSwap;
  5. begin
  6.   HelloWorldMain;
  7. end.
  8.  
  9.